func net.socket
3 uses
net (current package)
ipsock_posix.go#L142: return socket(ctx, net, family, sotype, proto, ipv6only, laddr, raddr, ctrlFn)
sock_posix.go#L18: func socket(ctx context.Context, net string, family, sotype, proto int, ipv6only bool, laddr, raddr sockaddr, ctrlFn func(string, string, syscall.RawConn) error) (fd *netFD, err error) {
unixsock_posix.go#L45: fd, err := socket(ctx, net, syscall.AF_UNIX, sotype, 0, false, laddr, raddr, ctrlFn)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)